projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a228fe
)
Simplify configure.ac removing unnecessary empty parameters
author
Andrea Corallo
<akrl@sdf.org>
Fri, 3 Jan 2020 01:49:01 +0000
(
02:49
+0100)
committer
Andrea Corallo
<akrl@sdf.org>
Fri, 3 Jan 2020 16:47:09 +0000
(17:47 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 717b456499950f9cb81466a5c14aa6fa3e2f1ee5..9c8a6e3a9fc73fb56b8687f724f99cd00f4b3c5e 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-3743,7
+3743,7
@@
LIBGCCJIT_LIB=
COMP_OBJ=
if test "${with_nativecomp}" != "no"; then
AC_CHECK_HEADER(libgccjit.h,
- AC_CHECK_LIB(gccjit, gcc_jit_context_acquire, HAVE_NATIVE_COMP=yes
, , -lgccjit
))
+ AC_CHECK_LIB(gccjit, gcc_jit_context_acquire, HAVE_NATIVE_COMP=yes))
if test "${HAVE_NATIVE_COMP}" = "yes"; then
LIBGCCJIT_LIB="-lgccjit -ldl"
COMP_OBJ+=comp.o